IMoveContinuousAbsoluteCommand Interface

Represents a continuous absolute move.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IMoveContinuousAbsoluteCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IMoveContinuousAbsoluteCommand : IKsCommand
Public Interface IMoveContinuousAbsoluteCommand Inherits IKsCommand

 

The IMoveContinuousAbsoluteCommand interface exposes the following members.

Properties

  Name Description
Acceleration A value of the acceleration.
BufferMode Defines how to blend the velocity of two methods.
Deceleration A value of the deceleration.
Direction The moving direction of an axis.
EndVelocity A value of the end velocity. Signed value. [second]
Jerk A value of the jerk.
Position The commanded position for the motion. [second] (negative or positive)
Velocity A value of the maximum velocity. [unit/second]

See also

IntervalZero.KINGSTAR.Base.Class Namespace